/* ===================================================
   HERO SECTION 
=================================================== */
.saas-hero {
  padding: 95px 0;
  background-color: #0b2e4f;
  position: relative;
  overflow: hidden;
}
.saas-hero::before {
  content: "";  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 65px 65px;
  opacity: 0.12;
  z-index: 0;
}

.saas-hero::after {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(0,255,240,0.18), transparent 70%);
  z-index: 0;
}

.saas-hero > div {
  position: relative;
  z-index: 2;
}

/* ================================
   LEFT CONTENT
================================ */
.saas-hero-left {
  padding-right: 45px;
}

/* ================================
   BADGE
================================ */
.hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);

  margin-bottom: 26px;
  white-space: nowrap;
  width: fit-content;
  margin-left: 0px !important;
}

.badge-icon {
  width: 18px;
  height: 18px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px;
  color: #33d6ff !important;
  margin: 0 !important;
  padding: 0 !important;
}

.badge-text {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.2px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
}

/* ================================
   MAIN TITLE + SUBTEXT
================================ */
.hero-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin-bottom: 22px;
  max-width: 620px;
}

.hero-subtext {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  margin-bottom: 35px;
}

/* ================================
   HERO POINTS
================================ */
.hero-points {
  display: flex !important;
  align-items: center;
  gap: 22px !important;
  flex-wrap: nowrap;
  margin-top: 35px;
}

.hero-point {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  white-space: nowrap;
}

.point-icon {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;

  border-radius: 999px;
  background: rgba(255,255,255,0.10);

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 12px !important;
  color: rgba(255,255,255,0.95);
}

.point-icon i,
.point-icon span,
.point-icon svg {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
  line-height: 12px !important;
  display: block !important;
}

.point-text {
  font-size: 13px !important;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.2px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;

  display: flex !important;
  align-items: center !important;
  height: 26px !important;
}

/* remove Zoho default spacing */
.hero-point p,
.hero-point span,
.hero-point div {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* ================================
   RIGHT FORM CARD
================================ */
.saas-hero-right {
  display: flex;
  justify-content: center;
}

.hero-form-card {
  width: 100%;
  max-width: 560px !important;

  background: #ffffff !important;
  border-radius: 22px !important;

  padding: 42px 44px !important;

  box-shadow: 0px 25px 60px rgba(15, 23, 42, 0.18) !important;
  border: 1px solid rgba(15, 23, 42, 0.10);

  margin-left: auto !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Form Title */
.hero-form-title,
.hero-form-title * {
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #0f172a !important;

  margin: 0 0 10px 0 !important;
  text-align: left !important;
  font-family: Inter, Arial, sans-serif !important;
}

/* Form Subtitle */
.hero-form-subtitle,
.hero-form-subtitle * {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #64748b !important;

  margin: 0 0 14px 0 !important;
  text-align: left !important;
  font-family: Inter, Arial, sans-serif !important;
}

/* Embedded form full width */
.hero-form-card iframe,
.hero-form-card form {
  width: 100% !important;
  max-width: 100% !important;
}

/* Note under submit */
.hero-form-note,
.hero-form-note * {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #64748b !important;

  text-align: center !important;
  margin-top: 10px !important;
  font-family: Inter, Arial, sans-serif !important;
}

/* ================================
   GAP FIX (SUBTITLE -> FORM)
================================ */
.zoho-pro-form .form-embed,
.zoho-pro-form iframe {
  margin-top: -20px !important; 
  padding-top: 0px !important;
  display: block !important;
}

.zoho-pro-form {
  padding: 0px 0px !important;
}

.zoho-pro-form .form-embed,
.zoho-pro-form iframe {
  margin-top: -30px !important;
}

/* Make 3 hero points perfectly balanced */
.hero-points{
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
}

.hero-point{
  flex: 1 !important;
  min-width: 0 !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Keep icon + text aligned nicely */
.hero-point{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.saas-hero .hero-points > *:nth-of-type(2){
  margin-left: -20px !important;
}
/* ================================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .saas-hero {
    padding: 70px 0;
  }

  .saas-hero-left {
    padding-right: 0px;
    margin-bottom: 35px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-points {
    flex-wrap: wrap;
    gap: 16px !important;
  }

  .hero-point {
    white-space: normal;
  }

  .saas-hero-right {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-subtext {
    font-size: 15px;
  }

  .hero-form-card {
    padding: 30px 22px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .hero-form-title,
  .hero-form-title * {
    font-size: 26px !important;
  }

  .hero-form-subtitle,
  .hero-form-subtitle * {
    font-size: 15px !important;
  }

  .hero-points {
    flex-direction: column;
    gap: 14px !important;
    align-items: flex-start;
  }
}


.hero-checklist p{
position:relative;
padding-left:28px;
margin-bottom:10px;
font-size:16px;
color:#d7e6f0;
line-height:1.6;
}

/* Green check icon */
.hero-checklist p::before{
content:"✔";
position:absolute;
left:0;
top:0;
color:#22c55e;
font-weight:bold;
font-size:16px;
}

/* Mobile optimization */
@media (max-width:768px){

.hero-checklist p{
font-size:15px;
margin-bottom:8px;
}

}







/* ==========================================
   FEATURE STRIP SECTION (FINAL CLEAN VERSION)
========================================== */

.feature-strip {
  background: #ffffff;
  padding: 50px 0;
}

/* Feature item */
.feature-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
}

/* Icon wrapper */
.feature-icon-box {
  width: 52px !important;
  min-width: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Icon background box */
.feature-icon {
  width: 52px !important;
  height: 52px !important;
  background: #eef3f8 !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  color: #1d4ed8 !important;
}

/* Text wrapper */
.feature-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: left !important;
}

/* Title */
.feature-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* Subtitle */
.feature-subtext {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  margin: 3px 0 0 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* THIRD TEXT (NEW CLASS) */
.feature-thirdtext {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  margin: 3px 0 0 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

/* Remove Zoho default spacing */
.feature-item p,
.feature-item h1,
.feature-item h2,
.feature-item h3,
.feature-item div,
.feature-item span {
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================
   RESPONSIVE (TABLET + MOBILE)
========================================== */

@media (max-width: 992px) {

  .feature-strip {
    padding: 35px 0 !important;
  }

  .feature-title,
  .feature-subtext,
  .feature-thirdtext {
    white-space: normal !important;
  }
}
.feature-strip{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

@media (max-width: 768px) {

  /* Force all Zoho columns center */
  .feature-strip .zlp-col,
  .feature-strip .zlp-row > div,
  .feature-strip .zlp-row > div > div {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* Force feature-item center always */
  .feature-item {
    width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 30px auto !important;
  }

  .feature-text {
    text-align: center !important;
    align-items: center !important;
  }
}




/* ==========================================
   COMMON CHALLENGES SECTION (FINAL CLEAN)
========================================== */

.challenge-section {
  background: #f6f9fc !important;
  padding: 90px 0 !important;
  width: 100% !important;
  display: block !important;
}

/* Wrapper Center */
.challenge-wrapper {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center !important;
}

/* ===============================
   BADGE (Common Challenges)
=============================== */
.challenge-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 12px 26px !important;

  background: #fdecec !important;
  border: 1px solid #f7caca !important;
  border-radius: 999px !important;

  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ff3b3b !important;

  margin: 0 auto 35px auto !important;
  line-height: 1 !important;
}

/* Badge icon alignment */
.challenge-badge i,
.challenge-badge span,
.challenge-badge img {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===============================
   TITLE + SUBTITLE
=============================== */
.challenge-title {
  font-size: 56px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  color: #0f172a !important;

  margin: 0 auto 20px auto !important;
  max-width: 900px !important;
  text-align: center !important;
}

.challenge-subtext {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  line-height: 1.7 !important;

  max-width: 780px !important;
  margin: 0 auto 55px auto !important;
  text-align: center !important;
}

/* ===============================
   CARD WRAPPER
=============================== */
.challenge-card-wrapper {
  width: 100% !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}

/* ===============================
   CARD STYLE
=============================== */
.challenge-card {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;

  background: #ffffff !important;
  border: 1px solid #e6edf5 !important;
  border-radius: 18px !important;

  padding: 22px 26px !important;
  box-shadow: 0px 12px 30px rgba(15, 23, 42, 0.06) !important;

  width: 100% !important;
  margin: 0 auto 20px auto !important;
  box-sizing: border-box !important;
}

/* ===============================
   ICON BOX
=============================== */
.challenge-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 16px !important;
  background: #fdecec !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex-shrink: 0 !important;
}

/* Icon inside */
.challenge-icon i,
.challenge-icon span,
.challenge-icon p {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ff3b3b !important;
  margin: 0 !important;
  line-height: 1 !important;
}

/* ===============================
   CARD TEXT
=============================== */
.challenge-text {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #0f172a !important;

  margin: 0 !important;
  text-align: left !important;
  line-height: 1.5 !important;
}

/* Remove unwanted spacing from Zoho default elements */
.challenge-card p,
.challenge-card span,
.challenge-card div,
.challenge-card h1,
.challenge-card h2,
.challenge-card h3,
.challenge-card h4 {
  margin: 0 !important;
  padding: 0 !important;
}

/* ===============================
   MOBILE RESPONSIVE
=============================== */
@media (max-width: 768px) {

  .challenge-section {
    padding: 70px 0 !important;
  }

  .challenge-title {
    font-size: 36px !important;
  }

  .challenge-subtext {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }

  .challenge-card {
    padding: 18px 18px !important;
    gap: 14px !important;
  }

  .challenge-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .challenge-text {
    font-size: 16px !important;
  }
}








/* ==========================================
   FAIL SECTION (FINAL CLEAN)
========================================== */

.fail-section{
  background:#F3F6FB !important;
  padding:80px 0 !important;
  font-family: Inter, Arial, sans-serif !important;
}

.fail-title{
  font-size:52px !important;
  font-weight:800 !important;
  text-align:center !important;
  color:#1F2937 !important;
  margin-bottom:18px !important;
  line-height:1.1 !important;
}

.fail-subtitle{
  text-align:center !important;
  font-size:20px !important;
  color:#64748B !important;
  margin-bottom:60px !important;
  font-weight:500 !important;
}

.fail-card{
  background:#ffffff !important;
  border-radius:22px !important;
  padding:38px 34px !important;
  border:1px solid rgba(0,0,0,0.05) !important;
  box-shadow:0 15px 35px rgba(15,23,42,0.08) !important;
  transition: all 0.3s ease !important;
  height:100% !important;
}

.fail-card:hover{
  transform: translateY(-6px) !important;
  box-shadow:0 22px 55px rgba(15,23,42,0.14) !important;
}

.fail-icon{
  width:64px !important;
  height:64px !important;
  border-radius:18px !important;
  background: rgba(245,183,0,0.18) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:26px !important;
}

.fail-card h3{
  font-size:22px !important;
  font-weight:800 !important;
  color:#111827 !important;
  margin-bottom:14px !important;
}

.fail-card p{
  font-size:18px !important;
  line-height:1.6 !important;
  color:#64748B !important;
  margin:0 !important;
}

.zitraar-section {
  background: #F7F9FC;
  padding: 80px 0;
  text-align: center;
}

/* ===============================
   RESPONSIVE
=============================== */
@media(max-width: 768px){

  .fail-section{
    padding:60px 0 !important;
  }

  .fail-title{
    font-size:34px !important;
  }

  .fail-subtitle{
    font-size:16px !important;
    margin-bottom:40px !important;
  }

  .fail-card{
    padding:28px 22px !important;
  }

  .fail-card h3{
    font-size:18px !important;
  }

  .fail-card p{
    font-size:15px !important;
  }
}







/* ==============================
   PARTNER BENEFITS SECTION HEADER
============================== */

/* Badge */
.zitraar-badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  background: rgba(0,184,148,0.12) !important;
  color: #00B894 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: Inter, Arial, sans-serif !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-bottom: 18px !important;
  width: fit-content !important;
}

/* Badge Icon */
.zitraar-badge::before{
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #00B894;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
}

/* Title */
.zitraar-title{
  font-size: 54px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #1F2937 !important;
  text-align: center !important;
  margin: 0 auto 18px !important;
  font-family: Inter, Arial, sans-serif !important;
  max-width: 980px !important;
}

/* Subtitle */
.zitraar-subtitle{
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
  text-align: center !important;
  margin: 0 auto 45px !important;
  font-family: Inter, Arial, sans-serif !important;
  max-width: 760px !important;
}


/* ==============================
   PARTNER BENEFITS GRID
============================== */

.partner-benefits-grid{
  max-width: 1050px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Row gap between left & right */
.partner-benefits-row{
  column-gap: 28px !important;
  row-gap: 22px !important;
}

/* Card */
.partner-benefit-card{
  background: #ffffff !important;
  border: 1px solid #e6edf5 !important;
  border-radius: 18px !important;
  padding: 16px 18px !important;
  margin-bottom: 22px !important;
  box-shadow: 0px 10px 22px rgba(15, 23, 42, 0.06) !important;
  max-width: 480px !important;
}

/* Icon box */
.partner-benefit-icon{
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  background: rgba(0,184,148,0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

/* Icon inside */
.partner-benefit-icon i,
.partner-benefit-icon span,
.partner-benefit-icon img,
.partner-benefit-icon svg{
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  color: #00B894 !important;
}

/* Text */
.partner-benefit-text{
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  padding-left: 14px !important;
  text-align: left !important;
}

/* Remove Zoho extra spacing */
.partner-benefit-card p,
.partner-benefit-card h1,
.partner-benefit-card h2,
.partner-benefit-card h3{
  margin: 0 !important;
  padding: 0 !important;
}


/* ==============================
   MOBILE RESPONSIVE STACKING
============================== */

@media (max-width: 768px){

  .zitraar-title{
    font-size: 36px !important;
  }

  .zitraar-subtitle{
    font-size: 16px !important;
    margin-bottom: 35px !important;
  }

  /* Stack cards (1 per row) */
  .partner-benefits-row{
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  /* Full width card */
  .partner-benefit-card{
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  /* Align icon + text properly */
  .partner-benefit-card > div{
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }

  /* Icon left align */
  .partner-benefit-icon{
    margin: 0 !important;
  }

  /* Text alignment */
  .partner-benefit-text{
    padding-left: 0 !important;
    text-align: left !important;
    font-size: 15px !important;
  }
}





/* =========================================================
   MAIN TITLE (CLASS: fit-main-title)
========================================================= */
.fit-main-title,
.fit-main-title * {
  font-size: 64px !important;
  line-height: 72px !important;
  font-weight: 800 !important;
  letter-spacing: -2px !important;
  color: #0F172A !important;
  text-align: center !important;
  margin: 0 auto 22px auto !important;
  padding: 0 !important;
}

/* =========================================================
   MAIN SUBTITLE (CLASS: fit-main-subtitle)
========================================================= */
.fit-main-subtitle,
.fit-main-subtitle * {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #64748B !important;
  text-align: center !important;
  margin: 0 auto 34px auto !important;
  padding: 0 !important;
  max-width: 720px !important;
}

/* =========================================================
   GRID ROW (CLASS: fit-grid-row)
========================================================= */
.fit-grid-row {
  max-width: 1120px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 42px !important;
  flex-wrap: nowrap !important;
}

/* Columns */
.fit-grid-row > div {
  width: 50% !important;
  flex: 0 0 50% !important;
  display: flex !important;
  align-items: stretch !important;
}

/* =========================================================
   CARD BASE (CLASS: fit-card)
========================================================= */
.fit-card {
  width: 100% !important;
  height: 100% !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 480px !important;
}

/* LEFT CARD */
.fit-card-left {
  border: 2px solid rgba(16, 185, 129, 0.28) !important;
  box-shadow: 0px 14px 40px rgba(15, 23, 42, 0.05) !important;
}

/* RIGHT CARD */
.fit-card-right {
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0px 14px 40px rgba(15, 23, 42, 0.05) !important;
}

/* =========================================================
   CARD HEADER (CLASS: fit-card-head)
========================================================= */
.fit-card-head {
  padding: 28px 32px 24px !important;
  text-align: left !important;
  min-height: 130px !important;
  flex-shrink: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

/* LEFT HEADER BG */
.fit-card-left .fit-card-head {
  background: #ECFDF7 !important;
}

/* RIGHT HEADER BG */
.fit-card-right .fit-card-head {
  background: #F1F5F9 !important;
}

/* HEADER ICON BOX */
.fit-card-head::before {
  content: "" !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 18px !important;
}

/* LEFT ICON BOX + ICON */
.fit-card-left .fit-card-head::before {
  content: "◎" !important;
  background: rgba(16, 185, 129, 0.12) !important;
  border: 1px solid rgba(16, 185, 129, 0.20) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #059669 !important;
}

/* RIGHT ICON BOX + ICON */
.fit-card-right .fit-card-head::before {
  content: "⊘" !important;
  background: rgba(100, 116, 139, 0.12) !important;
  border: 1px solid rgba(100, 116, 139, 0.18) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #FF0000 !important;
}

/* HEADER TITLE */
.fit-card-head h1,
.fit-card-head h2,
.fit-card-head h3,
.fit-card-head strong,
.fit-card-head p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: 800 !important;
  letter-spacing: -0.6px !important;
  text-align: left !important;
  width: 100% !important;
}

/* LEFT HEADER TEXT */
.fit-card-left .fit-card-head h1,
.fit-card-left .fit-card-head h2,
.fit-card-left .fit-card-head h3,
.fit-card-left .fit-card-head strong,
.fit-card-left .fit-card-head p {
  color: #059669 !important;
}

/* RIGHT HEADER TEXT */
.fit-card-right .fit-card-head h1,
.fit-card-right .fit-card-head h2,
.fit-card-right .fit-card-head h3,
.fit-card-right .fit-card-head strong,
.fit-card-right .fit-card-head p {
  color: #475569 !important;
}

/* =========================================================
   CARD BODY (CLASS: fit-card-body)
========================================================= */
.fit-card-body {
  background: #ffffff !important;
  flex: 1 !important;
  width: 100% !important;
  padding: 36px 38px 42px 38px !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* =========================================================
   BULLET POINT (CLASS: fit-point)
========================================================= */
.fit-point {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;

  padding-left: 48px !important;

  font-size: 15.5px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  color: #0F172A !important;

  margin: 0 0 22px 0 !important;
}

.fit-point:last-child {
  margin-bottom: 0 !important;
}

/* ICON CIRCLE */
.fit-point::before {
  content: "" !important;
  position: absolute !important;
  left: 6px !important;
  top: 4px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
}

/* ICON SYMBOL */
.fit-point::after {
  position: absolute !important;
  left: 12px !important;
  top: 2px !important;
  font-weight: 900 !important;
  font-size: 14px !important;
}

/* LEFT TICK */
.fit-card-left .fit-point::before {
  background: rgba(16, 185, 129, 0.10) !important;
  border: 2px solid #10B981 !important;
}
.fit-card-left .fit-point::after {
  content: "✓" !important;
  color: #10B981 !important;
}

/* RIGHT CROSS */
.fit-card-right .fit-point::before {
  background: rgba(100, 116, 139, 0.12) !important;
  border: 2px solid #FF0000 !important;
}
.fit-card-right .fit-point::after {
  content: "×" !important;
  color: #FF0000 !important;
}

/* =========================================================
   ZOHO INLINE ALIGN OVERRIDE
========================================================= */
.fit-card-body [style*="text-align:center"],
.fit-card-body [style*="text-align: center"] {
  text-align: left !important;
  width: 100% !important;
}

/* =========================================================
   MOBILE RESPONSIVE
========================================================= */
@media (max-width: 950px) {

  .fit-main-title,
  .fit-main-title * {
    font-size: 40px !important;
    line-height: 48px !important;
  }

  .fit-main-subtitle,
  .fit-main-subtitle * {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 30px !important;
  }

  .fit-grid-row {
    flex-direction: column !important;
    gap: 26px !important;
  }

  .fit-grid-row > div {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .fit-card {
    min-height: auto !important;
  }

  .fit-card-head {
    min-height: auto !important;
    padding: 28px 24px 22px !important;
  }

  .fit-card-body {
    padding: 30px 24px 38px 24px !important;
  }

  .fit-card-head h1,
  .fit-card-head h2,
  .fit-card-head h3,
  .fit-card-head strong,
  .fit-card-head p {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .fit-point {
    font-size: 15px !important;
    line-height: 25px !important;
    margin-bottom: 18px !important;
  }
}




/* ==============================
   BENEFIT CARDS SECTION
============================== */

.benefit-row{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 24px !important;

  max-width: 860px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.benefit-row > div{
  flex: 0 0 calc(50% - 12px) !important;
  max-width: calc(50% - 12px) !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
}

.benefit-card{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;

  padding: 24px 30px !important;
  background: #ffffff !important;

  border-radius: 18px !important;
  border: 1px solid rgba(0,0,0,0.06) !important;

  box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
  transition: all 0.3s ease !important;

  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;

  font-family: Inter, Arial, sans-serif !important;
}

.benefit-card:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12) !important;
}


/* ==============================
   3 STEP FRAMEWORK SECTION
============================== */

.framework-title{
  font-size: 52px !important;
  font-weight: 900 !important;
  color: #111827 !important;
  text-align: center !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.1 !important;
}

.framework-subtitle{
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  text-align: center !important;
  margin: 0 0 50px 0 !important;
  line-height: 1.6 !important;
}

/* Main row */
.step-row{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;

  gap: 70px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* Zoho column */
.step-row > div{
  flex: 0 0 calc(33.33% - 50px) !important;
  max-width: calc(33.33% - 50px) !important;
  box-sizing: border-box !important;

  display: flex !important;
  align-items: stretch !important;
  padding: 0 !important;
}

/* Zoho nested wrapper fix */
.step-row > div > div{
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

/* Card */
.step-card{
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06) !important;

  padding: 38px 30px !important;
  position: relative !important;

  flex: 1 !important;
  min-height: 280px !important;

  max-width: 320px !important;
  margin: 0 auto !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;

  overflow: visible !important;
  transition: all 0.3s ease !important;
}

/* Hover */
.step-card:hover{
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12) !important;
  border-color: rgba(11,77,145,0.25) !important;
}

/* Icon */
.step-icon{
  width: 70px !important;
  height: 70px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background: rgba(0,99,255,0.10) !important;
  display: inline-block !important;
  margin-bottom: 18px !important;
}

/* Number */
.step-number{
  position: absolute !important;
  top: 28px !important;
  right: 28px !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  color: rgba(148,163,184,0.25) !important;
}

/* Title */
.step-title{
  font-size: 32px !important;
  font-weight: 900 !important;
  margin: 0 0 12px 0 !important;
  color: #111827 !important;
  line-height: 1.2 !important;
}

/* Text */
.step-text{
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin: 0 !important;
  color: #475569 !important;
}

/* Arrow */
.arrow-right{
  position: absolute !important;
  right: -14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;

  background: #0b4aa2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  z-index: 99999 !important;
  transition: all 0.3s ease !important;
}

.arrow-right img{
  width: 14px !important;
  height: 14px !important;
  filter: brightness(0) invert(1) !important;
}

/* Arrow hover */
.step-card:hover .arrow-right{
  transform: translateY(-50%) scale(1.08) !important;
  background: #00B894 !important;
  box-shadow: 0 10px 30px rgba(0,184,148,0.35) !important;
}


/* ==============================
   RESPONSIVE
============================== */

@media(max-width:768px){

  .step-row{
    gap: 28px !important;
  }

  .step-row > div{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .step-card{
    max-width: 100% !important;
  }

  /* Hide arrow in mobile */
  .arrow-right{
    display: none !important;
  }

  /* Benefit cards stack */
  .benefit-row > div{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


/* ===== STEP TITLE CENTER (3 LINE STYLE) ===== */
.step-title{
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  line-height: 1.2 !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  margin-bottom: 14px !important;
}

/* if arrow is an image inside title */
.step-title img{
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  margin: 0 auto !important;
}







/* ==============================
   ROADMAP SECTION (CLEAN FINAL)
============================== */

.roadmap-section{
  background: linear-gradient(180deg, #0B4A78 0%, #073A60 60%, #052C49 100%) !important;
  padding: 90px 0 !important;
}

/* Title */
.roadmap-title{
  color: #ffffff !important;
  font-size: 60px !important;
  font-weight: 900 !important;
  text-align: center !important;
  margin: 0 auto 18px auto !important;
  line-height: 1.05 !important;
  max-width: 950px !important;
}

/* Subtitle */
.roadmap-subtitle{
  color: rgba(255,255,255,0.85) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 0 auto 70px auto !important;
  line-height: 1.6 !important;
  max-width: 750px !important;
}


/* ==============================
   ROADMAP CARDS ROW
============================== */

.roadmap-row{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 26px !important;

  max-width: 980px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* Each Zoho column */
.roadmap-row > div{
  flex: 0 0 calc(25% - 20px) !important;
  max-width: calc(25% - 20px) !important;

  box-sizing: border-box !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
}


/* ==============================
   CARD BOX
============================== */

.roadmap-card{
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 22px !important;

  padding: 34px 22px !important;
  text-align: center !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 210px !important;

  box-sizing: border-box !important;
  backdrop-filter: blur(14px) !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;

  transition: all 0.35s ease !important;
  margin-top: 0 !important;
}

/* Hover effect */
.roadmap-card:hover{
  transform: translateY(-8px) !important;
  background: rgba(255,255,255,0.12) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,0.40) !important;
  border-color: rgba(255,255,255,0.28) !important;
}


/* ==============================
   ICON
============================== */

.roadmap-icon{
  width: 64px !important;
  height: 64px !important;
  border-radius: 16px !important;

  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.20) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 auto 18px auto !important;
}

.roadmap-icon img{
  width: 28px !important;
  height: 28px !important;
  filter: brightness(0) invert(1) !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.roadmap-icon svg,
.roadmap-icon i{
  font-size: 26px !important;
  color: #ffffff !important;
}


/* ==============================
   CARD TEXT
============================== */

.roadmap-card-title{
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.3 !important;
  padding: 0 !important;
}

.roadmap-card-text{
  color: rgba(255,255,255,0.75) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  padding: 0 !important;
}

/* Remove Zoho spacing */
.roadmap-card h1,
.roadmap-card h2,
.roadmap-card h3,
.roadmap-card h4,
.roadmap-card p{
  margin: 0 !important;
  padding: 0 !important;
}


/* ==============================
   BUTTON
============================== */

.roadmap-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #00B894 !important;
  color: #ffffff !important;

  font-size: 18px !important;
  font-weight: 800 !important;

  padding: 18px 46px !important;
  border-radius: 14px !important;

  text-decoration: none !important;
  border: none !important;

  margin: 55px auto 0 auto !important;
  text-align: center !important;

  box-shadow: 0 14px 35px rgba(0,184,148,0.35) !important;
  transition: all 0.3s ease !important;

  white-space: nowrap !important;
}

.roadmap-btn span,
.roadmap-btn p,
.roadmap-btn div{
  color: #ffffff !important;
  font-family: Inter, sans-serif !important;
  font-weight: 800 !important;
}

.roadmap-btn::after{
  content: "→" !important;
  margin-left: 14px !important;
  font-weight: 900 !important;
  font-size: 20px !important;
  color: #ffffff !important;
}

.roadmap-btn:hover{
  background: #00a884 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 45px rgba(0,184,148,0.55) !important;
}

/* button wrapper alignment (Zoho fix) */
.roadmap-btn-row{
  text-align: center !important;
}


/* ==============================
   NOTE TEXT
============================== */

.roadmap-note{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.75) !important;
  text-align: center !important;
  margin-top: 20px !important;
}


/* ==============================
   RESPONSIVE
============================== */

@media(max-width: 992px){

  .roadmap-title{
    font-size: 44px !important;
  }

  .roadmap-row{
    max-width: 720px !important;
  }

  .roadmap-row > div{
    flex: 0 0 calc(50% - 14px) !important;
    max-width: calc(50% - 14px) !important;
  }
}

@media(max-width: 600px){

  .roadmap-title{
    font-size: 36px !important;
  }

  .roadmap-subtitle{
    font-size: 16px !important;
    margin-bottom: 50px !important;
  }

  .roadmap-row{
    max-width: 100% !important;
    padding: 0 14px !important;
  }

  .roadmap-row > div{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .roadmap-btn{
    width: 90% !important;
    max-width: 360px !important;
  }
}



/* ==============================
   WHY CHOOSE PARTNER SECTION (FINAL CLEAN)
============================== */

/* Title */
.partner-title{
  font-size: 56px !important;
  font-weight: 900 !important;
  color: #111827 !important;
  text-align: center !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.1 !important;
  font-family: Inter, sans-serif !important;
}

/* Subtitle */
.partner-subtitle{
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  text-align: center !important;
  margin: 0 0 60px 0 !important;
  line-height: 1.6 !important;
  font-family: Inter, sans-serif !important;
}

/* Row holding all cards */
.partner-row{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 34px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  width: 100% !important;
  align-items: stretch !important;
}

/* each column */
.partner-row > div{
  flex: 0 0 calc(50% - 17px) !important;
  max-width: calc(50% - 17px) !important;
  display: flex !important;
  align-items: stretch !important;
}

/* Card */
.partner-card{
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;

  padding: 26px 28px !important;
  width: 100% !important;
  height: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 22px !important;

  transition: all 0.3s ease !important;
}

/* Hover effect */
.partner-card:hover{
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.12) !important;
  border-color: rgba(0,184,148,0.30) !important;
}

/* Zoho wrapper fix */
.partner-card > div{
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  width: 100% !important;
}

/* Icon container */
.partner-icon{
  width: 62px !important;
  height: 62px !important;
  border-radius: 18px !important;
  background: rgba(0,184,148,0.12) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex-shrink: 0 !important;
}

/* icon inside */
.partner-icon img{
  width: 26px !important;
  height: 26px !important;
}

/* Text */
.partner-text{
  flex: 1 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #111827 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  font-family: Inter, sans-serif !important;
  white-space: normal !important;
}

/* ===== Partner Card Size Reduce (FINAL FIX) ===== */

.partner-row{
  max-width: 980px !important;   /* reduce overall width */
  gap: 26px !important;          /* reduce gap */
}

.partner-card{
  padding: 20px 22px !important; /* reduce height */
  border-radius: 16px !important;
  min-height: 110px !important;  /* keep compact */
}

.partner-icon{
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
}

.partner-text{
  font-size: 18px !important;   /* slightly smaller */
  line-height: 1.3 !important;
}


/* Mobile responsive */
@media(max-width:768px){

  .partner-row{
    gap: 22px !important;
    padding: 0 16px !important;
  }

  .partner-row > div{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .partner-title{
    font-size: 40px !important;
  }

  .partner-subtitle{
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }

  .partner-card{
    padding: 20px 20px !important;
  }

  .partner-text{
    font-size: 17px !important;
  }

  .partner-icon{
    width: 54px !important;
    height: 54px !important;
  }

  .partner-icon img{
    width: 22px !important;
    height: 22px !important;
  }
}







/* Desktop icon fit */
.solution-icons img{
object-fit: contain !important;
width: 100% !important;
height: 100% !important;
}

/* Tablet */
@media (max-width:1024px){
.solution-icons .zpimage{
width:65px !important;
height:65px !important;
}
}

/* Mobile */
@media (max-width:768px){
.solution-icons .zpimage{
width:65px !important;
height:65px !important;
}
}





/* ==========================================
   PREMIUM CASE STUDY SECTION
========================================== */

.case-study-section{
  background: #f6f9fc !important;
  padding: 95px 0 !important;
}

.case-study-container{
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center !important;
}

/* ==========================================
   ROW
========================================== */

.case-study-row{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 28px !important;
  margin-top: 55px !important;
  align-items: stretch !important;
}

.case-study-row > div{
  flex: 0 0 calc(33.33% - 20px) !important;
  max-width: calc(33.33% - 20px) !important;
  display: flex !important;
  align-items: stretch !important;
}

/* ==========================================
   CARD
========================================== */

.case-study-card{
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid rgba(15,23,42,0.08) !important;

  box-shadow: 0px 12px 35px rgba(15, 23, 42, 0.06) !important;

  padding: 34px 28px 30px 28px !important;
  width: 100% !important;
  height: 100% !important;

  text-align: left !important;

  display: flex !important;
  flex-direction: column !important;

  position: relative !important;
  overflow: hidden !important;

  transition: all 0.35s ease !important;
}

/* Top Strip */
.case-study-card::before{
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 6px !important;
  background: linear-gradient(90deg, #00b894 0%, #0b4aa2 100%) !important;
}

/* Hover */
.case-study-card:hover{
  transform: translateY(-8px) !important;
  box-shadow: 0px 22px 60px rgba(15, 23, 42, 0.14) !important;
  border-color: rgba(0,184,148,0.35) !important;
}

/* ==========================================
   BADGE
========================================== */

.case-study-badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;

  color: #0b4aa2 !important;
  background: rgba(11, 74, 162, 0.08) !important;
  border: 1px solid rgba(11, 74, 162, 0.15) !important;

  padding: 8px 14px !important;
  border-radius: 999px !important;

  width: fit-content !important;
  margin-bottom: 14px !important;
}

/* ==========================================
   ICON
========================================== */

.case-study-icon{
  width: 62px !important;
  height: 62px !important;
  border-radius: 18px !important;

  background: rgba(0,184,148,0.10) !important;
  border: 1px solid rgba(0,184,148,0.20) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin-bottom: 18px !important;
}

.case-study-icon img{
  width: 28px !important;
  height: 28px !important;
}

/* ==========================================
   TITLE
========================================== */

.case-study-title{
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  line-height: 1.25 !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: -0.4px !important;
}

/* ==========================================
   PROBLEM BLOCK
========================================== */

.case-study-problem{
  background: rgba(239, 68, 68, 0.06) !important;
  border: 1px solid rgba(239, 68, 68, 0.18) !important;
  border-left: 4px solid #ef4444 !important;

  padding: 14px 16px !important;
  border-radius: 14px !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #334155 !important;

  margin: 0 0 16px 0 !important;
  font-weight: 500 !important;
}

.case-study-problem strong{
  color: #ef4444 !important;
  font-weight: 900 !important;
}

/* ==========================================
   SOLUTION BLOCK
========================================== */

.case-study-solution{
  background: rgba(11, 74, 162, 0.06) !important;
  border: 1px solid rgba(11, 74, 162, 0.18) !important;
  border-left: 4px solid #0b4aa2 !important;

  padding: 14px 16px !important;
  border-radius: 14px !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #334155 !important;

  margin: 0 0 16px 0 !important;
  font-weight: 500 !important;
}

.case-study-solution strong{
  color: #0b4aa2 !important;
  font-weight: 900 !important;
}

/* ==========================================
   RESULT BLOCK
========================================== */

.case-study-result{
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;

  color: #0f172a !important;
  background: rgba(0,184,148,0.08) !important;

  border: 1px solid rgba(0,184,148,0.20) !important;
  border-left: 5px solid #00b894 !important;

  padding: 14px 16px !important;
  border-radius: 14px !important;

  margin: 0 !important;
}

/* ==========================================
   ZOHO DEFAULT RESET
========================================== */

.case-study-card p,
.case-study-card h1,
.case-study-card h2,
.case-study-card h3,
.case-study-card h4{
  margin: 0 !important;
}

/* ==========================================
   RESPONSIVE
========================================== */

/* Tablet */
@media(max-width: 992px){

  .case-study-row > div{
    flex: 0 0 calc(50% - 14px) !important;
    max-width: calc(50% - 14px) !important;
  }

  .case-study-title{
    font-size: 21px !important;
  }
}

/* Mobile */
@media(max-width: 768px){

  .case-study-section{
    padding: 75px 0 !important;
  }

  .case-study-row{
    margin-top: 40px !important;
  }

  .case-study-row > div{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .case-study-card{
    padding: 28px 22px 26px 22px !important;
  }

  .case-study-title{
    font-size: 20px !important;
    margin-bottom: 18px !important;
  }

  .case-study-icon{
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 16px !important;
  }

  .case-study-problem,
  .case-study-solution,
  .case-study-result{
    font-size: 14px !important;
  }
}



/* ICON + BADGE IN ONE ROW */
.case-study-top{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}

.case-study-top .case-study-icon{
  margin-bottom: 0 !important;
}

.case-study-top .case-study-badge{
  margin-bottom: 0 !important;
}




/* LABEL STYLE (COMMON) */
.case-study-problem,
.case-study-solution,
.case-study-result{
  position: relative !important;
  padding-top: 26px !important;
}

/* PROBLEM LABEL */
.case-study-problem::before{
  content: "PROBLEM" !important;
  position: absolute !important;
  top: 8px !important;
  left: 16px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  color: #ef4444 !important;
  text-transform: uppercase !important;
}

/* SOLUTION LABEL */
.case-study-solution::before{
  content: "SOLUTION" !important;
  position: absolute !important;
  top: 8px !important;
  left: 16px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  color: #0b4aa2 !important;
  text-transform: uppercase !important;
}

/* RESULT LABEL */
.case-study-result::before{
  content: "RESULT" !important;
  position: absolute !important;
  top: 8px !important;
  left: 16px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  color: #00b894 !important;
  text-transform: uppercase !important;
}
/* ==========================================
   CASE STUDY COMPANY LOGO (NEW)
========================================== */

.case-study-logo{
  width: 72px !important;
  height: 72px !important;

  background: #ffffff !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  border-radius: 16px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 auto 18px auto !important;
  box-shadow: 0 6px 18px rgba(15,23,42,0.06) !important;
}

.case-study-logo img{
  max-width: 46px !important;
  max-height: 46px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}











/* ==============================
   FAQ SECTION 
============================== */

/* FULL FAQ SECTION BACKGROUND */
.faq-section-bg {
  background: #f6f8fb !important;
  padding: 80px 0px !important;
}

/* CONTAINER */
.faq-section-bg .faq-container {
  max-width: 950px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center !important;
}

/* BADGE STYLE (FINAL WORKING) */
.faq-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  padding: 10px 18px !important;
  border-radius: 999px !important;

  background: #e6eefb !important;
  border: 1px solid #dbe6f8 !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1d4ed8 !important;

  line-height: 1 !important;
  margin-bottom: 22px !important;
}

/* ICON INSIDE BADGE */
.faq-badge i,
.faq-badge svg,
.faq-badge img {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* MAIN TITLE */
.faq-title {
  font-size: 52px !important;
  font-weight: 900 !important;
  color: #1f2937 !important;
  line-height: 1.15 !important;
  margin: 0 auto 55px auto !important;
  text-align: center !important;
}

/* FAQ WHITE BOX */
.faq-accordion-box {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 30px 40px !important;

  box-shadow: 0px 10px 25px rgba(0,0,0,0.06) !important;
  text-align: left !important;
}

/* QUESTION ROW */
.faq-question-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;

  padding: 22px 0 !important;
  border-bottom: 1px solid #e5e7eb !important;

  cursor: pointer !important;

  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111827 !important;

  transition: 0.3s ease !important;
}

/* ICON */
.faq-question-row i,
.faq-question-row svg {
  font-size: 18px !important;
  transition: 0.3s ease !important;
}

/* ACTIVE QUESTION */
.faq-question-row.active {
  color: #1d4ed8 !important;
}

/* ROTATE ICON WHEN OPEN */
.faq-question-row.active i,
.faq-question-row.active svg {
  transform: rotate(180deg) !important;
}

/* ANSWER TEXT */
.faq-answer {
  display: none;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #6b7280 !important;

  padding: 14px 0 22px 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
}

/* REMOVE LAST BORDER */
.faq-accordion-box .faq-answer:last-child {
  border-bottom: none !important;
}

.faq-badge::before{
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231d4ed8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 10a4 4 0 118 0c0 2-2 2-2 4m-2 4h.01M21 12c0 4.418-4.03 8-9 8a9.86 9.86 0 01-4-.8L3 20l1.3-3.6A7.7 7.7 0 013 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.faq-badge{
  gap: 10px !important;
}


/* ==============================
   RESPONSIVE (TABLET + MOBILE)
============================== */

@media (max-width: 768px) {

  .faq-section-bg {
    padding: 60px 0px !important;
  }

  .faq-section-bg .faq-container {
    max-width: 100% !important;
    padding: 0 16px !important;
  }

  .faq-title {
    font-size: 38px !important;
    margin-bottom: 40px !important;
  }

  .faq-accordion-box {
    padding: 20px 18px !important;
    border-radius: 14px !important;
  }

  .faq-question-row {
    font-size: 16px !important;
    padding: 16px 0 !important;
  }

  .faq-question-row i,
  .faq-question-row svg {
    font-size: 16px !important;
  }

  .faq-answer {
    font-size: 14px !important;
    padding: 10px 0 18px 0 !important;
  }
}






/* CTA SECTION BACKGROUND */
.cta-section-bg {
  background: #f6f8fb;
  padding: 90px 0;
}

/* CENTER CONTAINER */
.cta-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* MAIN CARD */
.cta-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 70px 60px;
  box-shadow: 0px 25px 60px rgba(0,0,0,0.12);
  max-width: 980px;
  margin: 0 auto;
}

/* TITLE */
.cta-title {
  font-size: 52px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.15;
  margin-bottom: 18px;
}

/* SUBTITLE */
.cta-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* BUTTON WRAP */
.cta-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

/* BUTTON */
.cta-button a,
.cta-button button {
  background: #00b386;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 14px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0px 10px 25px rgba(0,179,134,0.25);
}

/* BUTTON HOVER */
.cta-button a:hover,
.cta-button button:hover {
  background: #009b74;
  transform: translateY(-2px);
}

/* TRUST TEXT */
.cta-trust-text {
  font-size: 14px;
  color: #6b7280;
  font-weight: 400;
  margin-bottom: 35px;
}

/* DIVIDER */
.cta-divider {
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin: 40px 0;
}

/* FEATURES ROW */
.cta-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* EACH FEATURE */
.cta-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: #4b5563;
}

/* ICON CIRCLE */
.cta-feature-icon {
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICON SIZE */
.cta-feature-icon i,
.cta-feature-icon svg,
.cta-feature-icon img {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #334155;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-card {
    padding: 50px 22px;
  }

  .cta-title {
    font-size: 34px;
  }

  .cta-subtitle {
    font-size: 15px;
  }

  .cta-features {
    gap: 20px;
  }

  .cta-feature-item {
    font-size: 14px;
  }
}

/* FORCE 3 FEATURE ITEMS IN ONE ROW */
.cta-card .cta-feature-icon,
.cta-card .cta-feature-item {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}

/* icon style */
.cta-feature-icon {
  width: 42px !important;
  height: 42px !important;
  background: #f1f5f9 !important;
  border-radius: 50% !important;
  justify-content: center !important;
  margin-right: 10px !important;
}

/* text style */
.cta-feature-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #475569 !important;
  margin-right: 35px !important;
}

/* make them center */
.cta-feature-icon,
.cta-feature-item {
  margin-top: 15px !important;
}

/* FORCE CTA BUTTON STYLE EXACT */
.cta-button a,
.cta-button button,
.cta-button input {
  background: #00b386 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 16px 42px !important;
  border-radius: 14px !important;
  border: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;

  box-shadow: 0px 12px 25px rgba(0, 179, 134, 0.25) !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

/* Hover */
.cta-button a:hover,
.cta-button button:hover {
  background: #009b74 !important;
}

/* ADD ARROW AFTER BUTTON TEXT */
.cta-button a::after,
.cta-button button::after {
  content: "→";
  font-size: 18px;
  font-weight: 700;
  margin-left: 12px;
}





.floating-cta{
  position: fixed !important;
  bottom: 14px !important;
  right: 14px !important;
  z-index: 999999 !important;

  background: #00b386 !important;
  color: #ffffff !important;

  font-size: 11px !important;
  font-weight: 700 !important;

  padding: 6px 10px !important;
  border-radius: 8px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  cursor: pointer !important;
  text-decoration: none !important;
  transition: 0.25s ease !important;

  box-shadow: 0 6px 14px rgba(0,179,134,0.20) !important;
}

/* Text fix (Zoho inner elements) */
.floating-cta *,
.floating-cta span,
.floating-cta div,
.floating-cta p{
  background: transparent !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Arrow – very small */
.floating-cta::after{
  content: "→" !important;
  font-size: 13px !important;
  margin-left: 6px !important;
  font-weight: 800 !important;
}

/* Hover */
.floating-cta:hover{
  background: #009b74 !important;
  transform: translateY(-1px) !important;
}

@media(max-width:768px){
  .floating-cta{
    width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 0 !important;
  }

  .floating-cta::after{
    content: "→" !important;
    font-size: 20px !important;
    margin: 0 !important;
  }

  .floating-cta span,
  .floating-cta p,
  .floating-cta div{
    display: none !important;
  }
}






/* FOOTER SECTION */
.footer-section {
  background: #ffffff;
  padding: 26px 0;
  border-top: 1px solid #e5e7eb;
}

/* FOOTER CONTAINER */
.footer-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 28px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT BRAND BLOCK */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* ICON BACKGROUND */
.footer-icon {
  width: 54px;
  height: 54px;
  background: #eef2f7;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICON SIZE */
.footer-icon i,
.footer-icon svg,
.footer-icon img {
  width: 22px;
  height: 22px;
  font-size: 22px;
  color: #111827;
}

/* BRAND TITLE */
.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
}

/* SUBTITLE */
.footer-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  margin: 4px 0 0 0;
}

/* RIGHT COPYRIGHT */
.footer-copy {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .footer-copy {
    justify-content: center;
  }
}


footer,
.zlp-footer,
.site-footer {
  display: none !important;
}

/* CENTER ONLY THE LOGO */
.case-study-icon{
  margin: 0 auto 18px auto !important;  /* center horizontally */
}

/* If image inside still not centered */
.case-study-icon img{
  display: block !important;
  margin: 0 auto !important;
}






/* Transition message block */

.zitraar-highlight{
background:linear-gradient(180deg,#ffffff 0%, #f8fafc 100%);
border-radius:18px;
border:1px solid #e5e7eb;
padding:38px 48px !important;
box-shadow:0 12px 35px rgba(0,0,0,0.07);
text-align:center;
position:relative;
transition:all 0.3s ease;
}

/* Accent line */

.zitraar-highlight::before{
content:"";
position:absolute;
left:0;
top:0;
height:100%;
width:4px;
background:linear-gradient(180deg,#2563eb,#1e40af);
border-radius:4px 0 0 4px;
}

/* FIRST LINE (Problem) */

.zitraar-highlight > *:first-child{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
font-weight:700 !important;
font-size:24px !important;
color:#0B2B3A !important;
line-height:1.6 !important;
margin-bottom:18px !important;
}

/* SECOND LINE (Solution) */

.zitraar-highlight > *:last-child{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
font-weight:800 !important;
font-size:24px !important;
color:#2563eb !important;
line-height:1.6 !important;
}

/* Hover effect */

.zitraar-highlight:hover{
transform:translateY(-4px);
box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

/* Mobile */

@media (max-width:768px){

.zitraar-highlight{
padding:26px 22px !important;
}

.zitraar-highlight > *:first-child,
.zitraar-highlight > *:last-child{
font-size:19px !important;
}

}

.zitraar-highlight > *{
display:block !important;
width:100% !important;
}

.zitraar-highlight > *:first-child{
padding-bottom:18px;
border-bottom:1px solid #e5e7eb;
margin-bottom:18px !important;
}






/* =================================
SECTION WRAPPER
================================= */

.zitraar-implementation{
padding:60px 20px;
text-align:center;
max-width:1200px;
margin:0 auto;
}


/* =================================
SECTION TITLE
================================= */

.zitraar-section-title{
font-size:40px;
font-weight:700;
color:#0B2B3A;
margin-bottom:20px;
letter-spacing:-0.3px;
}


/* =================================
ROW
================================= */

.zitraar-implementation-row{
display:flex !important;
flex-wrap:wrap !important;
justify-content:center;
align-items:stretch;
gap:28px;
max-width:1200px;
margin:0 auto;
}


/* =================================
CARD
================================= */

.zitraar-implementation-card{
width:260px !important;
background:#ffffff;
border-radius:18px;
padding:30px 26px;
border:1px solid #e5e7eb;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:all 0.3s ease;
text-align:left;

display:flex;
flex-direction:column;
justify-content:center;
min-height:200px;
}


/* Hover */

.zitraar-implementation-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 45px rgba(0,0,0,0.1);
}


/* =================================
CARD TITLE
================================= */

.zitraar-implementation-card h3{
font-size:18px;
font-weight:700;
color:#0B2B3A;
margin-bottom:10px;
}


/* =================================
CARD TEXT
================================= */

.zitraar-implementation-card p{
font-size:15px;
line-height:1.6;
color:#475569;
}


/* =================================
TABLET
================================= */

@media (max-width:1024px){

.zitraar-section-title{
font-size:32px;
}

.zitraar-implementation-card{
width:45% !important;
}

}


/* =================================
MOBILE
================================= */

@media (max-width:768px){

.zitraar-section-title{
font-size:26px;
}

.zitraar-implementation-card{
width:100% !important;
}

}




/* =================================
Zoho Implementation SECTION BACKGROUND
================================ */

.zitraar-approach{
background:#f8fafc;
padding:90px 20px;
text-align:center;
}


/* =================================
SECTION TITLE
================================= */

.zitraar-approach-title{
font-size:40px;
font-weight:700;
color:#0B2B3A;
margin-bottom:10px;
letter-spacing:-0.3px;
}


/* =================================
SECTION SUBTITLE
================================= */

.zitraar-approach-sub{
font-size:18px;
color:#64748b;
margin-bottom:60px;
}


/* =================================
TIMELINE CONTAINER
================================= */

.zitraar-timeline{
max-width:800px;
margin:0 auto;
position:relative;
}


/* VERTICAL LINE */

.zitraar-timeline::before{
content:"";
position:absolute;
left:22px;
top:0;
bottom:0;
width:3px;
background:#2563eb;
}


/* =================================
TIMELINE STEP
================================= */

.zitraar-timeline-step{
position:relative;
padding-left:70px;
margin-bottom:40px;
text-align:left;
}


/* STEP NUMBER CIRCLE */

.zitraar-timeline-step::before{
position:absolute;
left:0;
top:0;
width:46px;
height:46px;
border-radius:50%;
background:#2563eb;
color:#ffffff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:14px;
}


/* AUTO STEP NUMBERS */

.zitraar-timeline-step:nth-of-type(1)::before{content:"01";}
.zitraar-timeline-step:nth-of-type(2)::before{content:"02";}
.zitraar-timeline-step:nth-of-type(3)::before{content:"03";}
.zitraar-timeline-step:nth-of-type(4)::before{content:"04";}
.zitraar-timeline-step:nth-of-type(5)::before{content:"05";}


/* =================================
STEP TITLE
================================= */

.zitraar-step-title{
font-size:20px;
font-weight:700;
color:#0B2B3A;
margin-bottom:6px;
}


/* =================================
STEP TEXT
================================= */

.zitraar-step-text{
font-size:15px;
line-height:1.6;
color:#475569;
}


/* =================================
TABLET
================================= */

@media (max-width:1024px){

.zitraar-approach-title{
font-size:34px;
}

}


/* =================================
MOBILE
================================= */

@media (max-width:768px){

.zitraar-approach-title{
font-size:28px;
}

.zitraar-approach-sub{
font-size:16px;
margin-bottom:40px;
}

.zitraar-timeline::before{
left:18px;
}

.zitraar-timeline-step{
padding-left:60px;
}

.zitraar-timeline-step::before{
width:40px;
height:40px;
font-size:13px;
}

}

.zitraar-timeline-step:last-child{
margin-bottom:0;
}







/* ==============================
ZOHO SERVICES SECTION
============================== */

.zitraar-services{
padding:60px 20px;
text-align:center;
background:#ffffff;
}


/* SECTION TITLE */

.zitraar-services-title{
font-size:30px;
font-weight:700;
color:#0B2B3A;
margin-bottom:35px;
}


/* GRID */

.zitraar-services-grid{
display:flex;
justify-content:center;
flex-wrap:wrap;
max-width:1100px;
margin:auto;
}


/* COLUMN ALIGNMENT */

.zitraar-services-grid .zpcolumn{
display:flex;
justify-content:center;
}


/* SERVICE CARD */

.zitraar-service-card{

background:#f8fafc;
border:1px solid #e2e8f0;
border-radius:14px;

padding:38px 20px 22px;

width:300px;
min-height:110px;

display:flex;
flex-direction:column;
align-items:center;
justify-content:center;

text-align:center;

margin:14px !important;

position:relative;

transition:all .25s ease;

}


/* SERVICE TITLE */

.zitraar-service-title{

font-size:16px;
font-weight:600;
color:#0B2B3A;

margin:0;

white-space:nowrap;

}


/* ICON CIRCLE (HALF ABOVE BORDER) */

.zitraar-service-icon{

position:absolute;

top:0;
left:50%;

transform:translate(-50%, -50%);

width:40px;
height:40px;

background:#ffffff;

border-radius:50%;

/* softer border */

border:1px solid #dbe3ef;

display:flex;
align-items:center;
justify-content:center;

/* softer shadow */

box-shadow:0 3px 8px rgba(0,0,0,0.05);

}


/* SVG ICON */

.zitraar-service-icon svg{

width:18px;
height:18px;

stroke:#2563eb;

}


/* HOVER EFFECT */

.zitraar-service-card:hover{

transform:translateY(-5px);

box-shadow:0 12px 28px rgba(0,0,0,0.07);

border-color:#2563eb;

}


/* ICON HOVER */

.zitraar-service-card:hover .zitraar-service-icon{
border-color:#2563eb;
}


/* MOBILE */

@media (max-width:768px){

.zitraar-service-card{
width:100%;
max-width:320px;
}

.zitraar-services-title{
font-size:26px;
}

}
/* ICON IMAGE FIX */

.zitraar-service-card img{
width:22px !important;
height:22px !important;
object-fit:contain;
}

/* ICON CIRCLE FIX */
.zitraar-service-card .icon-circle{
width:44px;
height:44px;
border-radius:50%;
background:#e8f0ff;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
top:-22px;
left:50%;
transform:translateX(-50%);
}








/* INDUSTRIES SECTION */
.zitraar-industries{padding:40px 20px;background:#f8fafc;text-align:center}
.zitraar-industries-title{font-size:36px;font-weight:700;color:#0B2B3A;margin-bottom:10px}
.zitraar-industries-desc{font-size:16px;color:#64748b;max-width:720px;margin:auto;margin-bottom:60px;line-height:1.6}

/* GRID */
.zitraar-industries-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;max-width:1100px;margin:auto}

/* CARD */
.zitraar-industry-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;padding:36px 28px;text-align:center;width:320px;min-height:190px;position:relative;transition:.3s}

/* ICON */
.zitraar-industry-icon{width:60px;height:60px;background:#e8f0ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto;margin-bottom:18px;font-size:26px;color:#2563eb}

/* TITLE */
.zitraar-industry-title{font-size:19px;font-weight:600;color:#0B2B3A;margin-bottom:10px}

/* TEXT */
.zitraar-industry-text{font-size:15px;color:#64748b;line-height:1.6}

/* HOVER */
.zitraar-industry-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px rgba(0,0,0,0.08);border-color:#2563eb}

/* MOBILE */
@media (max-width:768px){
.zitraar-industries-title{font-size:26px}
.zitraar-industry-card{width:100%}
}








/* WHY ORGANIZATIONS CHOOSE ZITRAAR */

.zitraar-why{
padding:90px 20px;
background:#f1f5f9;
text-align:center;
}

.zitraar-why-title{
font-size:34px;
font-weight:700;
color:#0B2B3A;
margin-bottom:60px;
}

/* GRID */

.zitraar-why-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:28px;
max-width:1000px;
margin:auto;
}

/* CARD */

.zitraar-why-card{
display:flex;
align-items:center;
gap:18px;
background:#ffffff;
border:1px solid #e2e8f0;
border-radius:16px;
padding:22px 28px;
width:460px;
text-align:left;
transition:.3s;
}

/* CENTER LAST CARD */

.zitraar-why-card:last-child{
margin-left:auto;
margin-right:auto;
}

/* ICON BOX */

.zitraar-why-icon{
width:58px;
height:58px;
background:#e6f2ef;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

/* ICON SIZE */

.zitraar-why-icon svg{
width:26px;
height:26px;
fill:#1f6f5a;
}

/* TEXT */

.zitraar-why-text{
font-size:17px;
color:#1f2937;
line-height:1.5;
}

/* HOVER */

.zitraar-why-card:hover{
transform:translateY(-4px);
box-shadow:0 14px 28px rgba(0,0,0,0.07);
border-color:#2563eb;
}

/* MOBILE */

@media (max-width:768px){

.zitraar-why-card{
width:100%;
}

.zitraar-why-title{
font-size:26px;
}

}








/* CTA SECTION */
.zitraar-cta{
padding:60px 20px;
background:linear-gradient(180deg,#eef4fb 0%,#f8fbff 100%);
}

/* LEFT TITLE */
.zitraar-cta-title{
font-size:42px;
font-weight:700;
color:#0B2B3A;
line-height:1.2;
margin-bottom:18px;
}

/* DESCRIPTION */
.zitraar-cta-desc{
font-size:17px;
line-height:1.7;
color:#475569;
max-width:620px;
}

/* CARD */
.zitraar-cta-card{
background:#ffffff;
border-radius:18px;
padding:44px;
border:1px solid #e6edf5;
box-shadow:0 20px 40px rgba(0,0,0,0.06);
max-width:460px;
margin-left:auto;
display:flex;
flex-direction:column;
gap:16px;
}

/* TITLE */
.zitraar-consult-title{
font-size:22px;
font-weight:700;
color:#0B2B3A;
margin-bottom:10px;
}

/* LIST TEXT */
.zitraar-consult-list{
font-size:15px;
font-weight:500;
color:#475569;
line-height:1.8;
}

/* EACH LINE */
.zitraar-consult-list p{
margin:6px 0;
position:relative;
padding-left:24px;
}

/* CHECK ICON */
.zitraar-consult-list p::before{
content:"✔";
position:absolute;
left:0;
top:0;
color:#10b981;
font-size:14px;
font-weight:700;
}

/* BUTTON */
.zitraar-consult-btn{
background:#10b981;
color:#ffffff;
padding:16px 32px;
border-radius:12px;
font-weight:600;
text-decoration:none;
display:inline-block;
width:max-content;
transition:.3s;
box-shadow:0 10px 25px rgba(16,185,129,0.25);
margin-top:12px;
}

.zitraar-consult-btn:hover{
background:#059669;
transform:translateY(-2px);
box-shadow:0 15px 35px rgba(16,185,129,0.35);
}

/* MOBILE */
@media(max-width:768px){
.zitraar-cta-title{
font-size:30px;
}
.zitraar-cta-card{
margin-top:40px;
max-width:100%;
padding:30px;
}
}




/* ZOHO PARTNER LOGO */

.zitraar-zoho-badge img{
height:40px;
width:auto;
object-fit:contain;
}

/* OPTIONAL: subtle background like old badge */
.zitraar-zoho-badge{
display:inline-flex;
align-items:center;
padding:10px 16px;
border-radius:30px;
background:rgba(255,255,255,0.08);
backdrop-filter:blur(6px);
border:1px solid rgba(255,255,255,0.15);
}



/* footer logo */

.footer-logo-image{
width: 50px;
height: 50px;
}

.footer-icon{
    display:none!important;
}

.footer-title{
     display:none!important;
}

.footer-subtitle{
  display:none!important;
}